- state
- User state information which will be passed to the abstract methods.
Visual Basic (Declaration) | |
---|---|
Public Sub StartStreaming( _ ByVal state As TServiceState _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ServiceStreamer(Of TStreamedData,TServiceState) Dim state As TServiceState instance.StartStreaming(state) |
C# | |
---|---|
public void StartStreaming( TServiceState state ) |
C++/CLI | |
---|---|
public: void StartStreaming( TServiceState^ state ) |
Parameters
- state
- User state information which will be passed to the abstract methods.
You can call this method multiple times to continue streaming after all streams have been processed.
Make sure that the ServiceStreamer<TStreamedData,TServiceState> is not busy before calling this method by checking the Busy property.
Calling this method while the ServiceStreamer<TStreamedData,TServiceState> is still busy causes an excpetion.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family